Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency laravel/framework to v8.83.28 [SECURITY] #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laravel/framework (source) 8.83.16 -> 8.83.28 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-52301

Description

When the register_argc_argv php directive is set to on , and users call any URL with a special crafted query string, they are able to change the environment used by the framework when handling the request.

Resolution

The framework now ignores argv values for environment detection on non-cli SAPIs.


Release Notes

laravel/framework (laravel/framework)

v8.83.28

Compare Source

v8.83.27

Compare Source

Fixed
  • Fixed email verification request (#​45227)

v8.83.26

Compare Source

Fixed
  • Fixes controller computed middleware (#​44454)

v8.83.25

Compare Source

Added
  • Added Illuminate/Routing/Route::flushController() (#​44393)

v8.83.24

Compare Source

Fixed
  • Avoid Passing null to parameter exception on PHP 8.1 (#​43951)
Changed
  • Patch for timeless timing attack vulnerability in user login (#​44069)

v8.83.23

Compare Source

Fixed
  • Fix DynamoDB locks with 0 seconds duration (#​43365)

v8.83.22

Compare Source

Revert

v8.83.21

Compare Source

Revert

v8.83.20

Compare Source

Fixed
  • Fixed transaction attempts counter for sqlsrv (#​43176)
Changed
  • Clear Facade resolvedInstances in queue worker resetScope callback (#​43215)
  • Protect against ambiguous columns (#​43278)

v8.83.19

Compare Source

Fixed
  • Fixed forceCreate on MorphMany not returning newly created object (#​42996)
  • Prevent double throwing chained exception on sync queue (#​42950)
Changed
  • Disable Column Statistics for php artisan schema:dump on MariaDB (#​43027)

v8.83.18

Compare Source

Fixed
  • Fixed bug on forceCreate on a MorphMay relationship not including morph type (#​42929)
  • Handle cursor paginator when no items are found (#​42963)
  • Fixed Str::Mask() for repeating chars (#​42956)

v8.83.17

Compare Source

Added
  • Apply where's from union query builder in cursor pagination (#​42651)
  • Handle collection creation around a single enum (#​42839)
Fixed
  • Fixed Request offsetExists without routeResolver (#​42754)
  • Fixed: Loose comparison causes the value not to be saved (#​42793)

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Nov 12, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update laravel/framework:8.83.28 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires nunomaduro/collision 6.2.0 (exact version match: 6.2.0 or 6.2.0.0), found nunomaduro/collision[v6.2.0] but the package is fixed to v5.11.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
  Problem 2
    - phpunit/phpunit is locked to version 9.5.20 and an update of this package was not requested.
    - phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.13) does not satisfy that requirement.
    - phpunit/phpunit 9.5.20 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants